Add a list of HTTP status code symbols and their text, mapped by number.
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 24 Mar 2010 09:30:28 +0000 (04:30 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 24 Mar 2010 09:30:28 +0000 (04:30 -0500)
commitedd216959caa414b67cef10daf871dcfd6040448
tree8d0cc9310ca5c279583ad1d0b0b95d36b44e65e2
parent2e6c87ef1723db7dd61cb96018ae5dd370c743bc
Add a list of HTTP status code symbols and their text, mapped by number.

* url-http.el (url-http-codes): New variable to hold a mapping of
HTTP status codes' numbers, their symbolic name, and their text.
(url-http-parse-headers): Use it, leaving the original numeric
code in a comment.
lisp/url/ChangeLog
lisp/url/url-http.el